home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Science / µSim 1.0b5 folder / Libs / UtilsSys7.h < prev   
Encoding:
C/C++ Source or Header  |  1994-09-01  |  386 b   |  17 lines  |  [TEXT/MMCC]

  1. #if defined(powerc) || defined (__powerc)
  2. #define    FabSystem7orlater    1
  3. #else
  4. /*
  5. comment out the #define below to obtain a System 6
  6. compatible version of some libraries.
  7. If you #define FabSystem7orlater, the libraries get
  8. smaller (the code needed under System 6 only is
  9. stripped out). */
  10. //
  11. #define    FabSystem7orlater    1
  12. //#define    FabNoSegmentDirectives    1
  13.  
  14. #endif
  15.  
  16. #include    "UtilsCommon.h"
  17.